Kotlin JS GitHub Action SDK
/
com.rnett.action.httpclient
/
JSTypedHttpResponse
J
S
Typed
Http
Response
class
JSTypedHttpResponse
<
T
>
Content copied to clipboard
A typed HTTP response. All casting is done in JS, so this is not type safe.
Properties
Sources
Properties
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
Content copied to clipboard
result
Link copied to clipboard
val
result
:
T
?
Content copied to clipboard
statusCode
Link copied to clipboard
val
statusCode
:
Int
Content copied to clipboard
Sources
js source
Link copied to clipboard